home *** CD-ROM | disk | FTP | other *** search
- /* PolyhedraViewWraps.h generated from PolyhedraViewWraps.psw
- by unix pswrap V1.009 Wed Apr 19 17:50:24 PDT 1989
- */
-
- #ifndef POLYHEDRAVIEWWRAPS_H
- #define POLYHEDRAVIEWWRAPS_H
-
- extern void colourTriangle(float x1, float y1, float x2, float y2, float x3, float y3, float r, float g, float b);
-
- extern void outlineTriangle(float x1, float y1, float x2, float y2, float x3, float y3);
-
- extern void colourSquare(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4, float r, float g, float b);
-
- extern void outlineSquare(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4);
-
- extern void colourPentagon(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4, float x5, float y5, float r, float g, float b);
-
- extern void outlinePentagon(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4, float x5, float y5);
-
- #endif POLYHEDRAVIEWWRAPS_H
-